IndexByName Method (ReportObjectNamedList<TItem>)
Gets the index of the element by its name.
'Declaration
Public Function IndexByName( _
ByVal As String _
) As Integer
Parameters
- name
- The name of element.
Return Value
The zero-based index of element with specified name or -1 if name not specified.